Keycloak REST Services 1.2.0.Final

Path: / admin / realms / {realm} / clients / {app-name} / logout-all

If the client has an admin URL, invalidate all sessions associated with that client directly.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/clients/{app-name}/logout-allIf the client has an admin URL, invalidate all sessions associated with that client directly.

Method Detail

POST /admin/realms/{realm}/clients/{app-name}/logout-all

If the client has an admin URL, invalidate all sessions associated with that client directly.

HTTP Example:
POST /admin/realms/{realm}/clients/{app-name}/logout-all
API Example:

ClientResource.logoutAll({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
GlobalRequestResult

Keycloak REST Services 1.2.0.Final